@media only screen and (max-device-width: 700px) {
    #test {
        padding-top: 56px;
    }

    #dropdown-test {
        float: right;
        top: -45px;
    }

    .nav-dropdown-sm .dropdown-item {
        border-top: 0px dotted rgba(255, 255, 255, 0.1);
        top: 10px;
    }

    #menu-0 .nav-dropdown-sm .dropdown-item:hover {
        background: transparent !important;
        top: -34px !important;
    }

    #second-drop {
        width: auto;
        float: right;
    }
}
